PointerFromObjcObject
Type
handler
Summary
Convert an ObjcObject into a Pointer
Syntax
PointerFromObjcObject(<pObjcObject>)
Description
Use PointerFromObjcObject to convert a variable of type ObjcObject to one of type Pointer.
Parameters
Name | Type | Description |
---|---|---|
pObjcObject | The ObjcObject to convert |
Value
Name | Type | Description |
---|---|---|
return | The Pointer wrapped by the ObjcObject |